home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / EDUCHERS / QUIZGEN.LZH / INSTALL.BAT < prev    next >
DOS Batch File  |  1989-11-22  |  232b  |  11 lines

  1. cls
  2. echo off
  3. echo Quiz Master Construction Set will now be installed in the directory
  4. echo 'QM' on your 'C' hard drive
  5. c:\
  6. cd\
  7. md \qm
  8. cd \qm
  9. copy a:*.* c:
  10. echo Quiz Master Construction Set has been successfully installed
  11.